home *** CD-ROM | disk | FTP | other *** search
/ Kimeruze! Yamikon! / Kimeruze! Yamikon!.iso / mac / YARIKON / EVENT08.Dxr / 00091.ls < prev    next >
Encoding:
Text File  |  1996-10-23  |  463 b   |  21 lines

  1. on exitFrame
  2.   global nugim, mayu, tired, self
  3.   if self = 0 then
  4.     set self to 4
  5.     set the visible of sprite 17 to 1
  6.     set the visible of sprite 18 to 1
  7.     set the visible of sprite 19 to 1
  8.     set the visible of sprite 20 to 1
  9.     set tired to tired + 1
  10.   end if
  11.   set the visible of sprite 26 to 0
  12.   if nugim = 0 then
  13.     set the visible of sprite 23 to 1
  14.     set mayu to mayu + 2
  15.     updateStage()
  16.     go("first")
  17.   else
  18.     go(the frame)
  19.   end if
  20. end
  21.